projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faff7c2
)
(note_mode_line_or_margin_highlight): Adapt to new
author
Kim F. Storm
<storm@cua.dk>
Sun, 23 Nov 2003 00:10:40 +0000
(
00:10
+0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 23 Nov 2003 00:10:40 +0000
(
00:10
+0000)
mode_line_string and marginal_area_string parameters.
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 1686dec68c5f2feb093b2f68f950974c61de7881..90fbead4d17abfd345c316ceaa9f82a975d5d48d 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-19734,9
+19734,9
@@
note_mode_line_or_margin_highlight (w, x, y, area)
Lisp_Object string, help, map, pos;
if (area == ON_MODE_LINE || area == ON_HEADER_LINE)
- string = mode_line_string (w,
x,
y, area, &charpos);
+ string = mode_line_string (w,
&x, &
y, area, &charpos);
else
- string = marginal_area_string (w,
x,
y, area, &charpos);
+ string = marginal_area_string (w,
&x, &
y, area, &charpos);
if (STRINGP (string))
{